home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / set_is_wizard < prev    next >
Text File  |  1999-07-08  |  488b  |  15 lines

  1. OPTIONAL
  2. SYNOPSIS
  3.         int set_is_wizard(object ob, int n)
  4.  
  5. DESCRIPTION
  6.         Change object ob's wizardhood flag.
  7.         If n is 0, it is cleared, if n is, it is set, if n is -1 the
  8.         current status is reported. The return value is always the old
  9.         value of the flag. Using this function sets a flag in the
  10.         parser, that affects permissions for dumpallobj etc, which are
  11.         by default free for every user.
  12.  
  13. HISTORY
  14.         Since 3.2.7 this efun is optional.
  15.